home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / comm / net / hpwake.readme < prev    next >
Encoding:
Text File  |  2002-07-25  |  2.0 KB  |  53 lines

  1. Short:    Wake On LAN client for Amiga
  2. Author:   wann@kcm-01.ik.mb.uni-siegen.de
  3. Uploader: neil@zeusdev.co.uk (Neil Williams)
  4. Type:     comm/net
  5. Requires: ixemul
  6.  
  7. While there is no power management for the Amiga (yet), it is still
  8. possible to control other machines which do feature it.
  9.  
  10. This is a client for the Wake On LAN protocol found in newer ethernet cards and
  11. motherboards. When properly configured, such a machine can keep its ethernet
  12. card powered up waiting for a specific packet to arrive while the rest of the
  13. computer is powered down. On receiving this packet the ethernet card activates
  14. the 'soft on' of ATX/WOL motherboards and powers the entire machine up. This
  15. program generates this packet.
  16.  
  17. Usage: hpwake <ethernet MAC address>
  18.  
  19. Get the MAC address from the machine while it is running using arp (firstly,
  20. contact the machine in some way (ping) to cause an initial address query to store
  21. the MAC address in the local arp tables). e.g., with Miami:
  22.  
  23. 41.Ram Disk:> miamiping avan
  24. PING loki (192.168.1.13): 56 data bytes
  25. 64 bytes from 192.168.1.13: icmp_seq=0 ttl=255 time=2.7 ms
  26.  
  27. --- avan ping statistics ---
  28. 1 packets transmitted, 1 packets received, 0% packet loss
  29. round-trip min/avg/max = 2.7/2.699/2.7 ms
  30.  
  31. 41.Ram Disk:> miamiarp -a
  32. nuke (192.168.1.1) at (incomplete) permanent
  33. mono (192.168.1.6) at 00:60:30:00:47:C3
  34. rhic (192.168.1.11) at 02:40:95:50:0F:3A
  35. avan (192.168.1.13) at 00:40:95:00:09:CD
  36. loki (192.168.1.14) at 00:40:95:10:0A:EC
  37. ...
  38.  
  39. To test this, enable WOL on the target machine (BIOS & ethernet card
  40. configuration), ensure the WOL wire is connected, put the machine into 'soft
  41. off' (shutdown on Windows, shutdown -h on unix) and run hpwake:
  42.  
  43. 41.Ram Disk:> hpwake 00:40:95:00:09:CD
  44.  
  45. ... will bring the machine 'avan', listed above, out of power down.
  46.  
  47.  
  48.  
  49. The source is a straight compile with gcc (hence needs ixemul) from a wake
  50. program intended for HP-UX. It appears to be freeware. Anyone with gcc can make
  51. their own binary, this Aminet upload is for the convenience of those who don't
  52. have gcc.
  53.